boo software package provides python-like language and compiler for the CLI, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install boo
boo is installed in your system.
Make ensure the boo package were installed using the commands given below,
$ sudo dpkg-query -l | grep boo *
You will get with boo package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | Development |
| Package | boo |
| Version | 0.9.5~git20110729.r1.202a430-2 |
| Description | python-like language and compiler for the CLI |
| Sub Section | devel |